config MS_RTC
    bool "MS_RTC"
    default n
    help
        Support RTC configuration

config RTC_INNER
    select RTC_CLASS
    tristate "Sstar RTC driver"
    depends on MS_RTC
    default n
    help
        Support RTC driver

config RTCPWC_INNER
    select RTC_CLASS
    tristate "Sstar RTCWC driver"
    depends on MS_RTC
    default y
    help
        Support RTCPWC driver

config RTCPWC_SW_RST_OFF
    select RTC_CLASS
    bool "Sstar RTCPWC driver no SW-reset on Set-Base-Time"
    depends on RTCPWC_INNER
    default n
    help
        Sstar RTCPWC driver no SW-reset on Set-Base-Time

config RTCPWC_INNER_EHHE
    select RTC_CLASS
    bool "Sstar RTCPWC driver Error Handle on Hw Exception"
    depends on MS_RTC && RTCPWC_INNER
    default n
    help
        Sstar RTCPWC driver Error Handle on Hw Exception
